hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Positionable
hip
graphics
abstraction
transformable
Undocumented in source.
mixin template
Positionable () {
int
x
;
int
y
;
void
setPosition
(int x, int y);
}
Members
Functions
setPosition
void
setPosition
(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
hip
graphics
abstraction
transformable
manifest constants
DEGREE_RATIO
mixin templates
Positionable
Rotationable
Scalable